home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / netclb23 / encrypt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-20  |  268 b   |  12 lines

  1. #ifndef ENCRYPT_H
  2. #define ENCRYPT_H
  3.  
  4. /**********************************/
  5. /* Password Encryption prototypes */
  6. /**********************************/
  7.  
  8. int EncryptPassword(long objectID,char *userPassword,
  9.                     char *encryptedPassword);
  10.  
  11. #endif
  12.